github.com/go-faster/jx.Encoder.indent (field)
5 uses
github.com/go-faster/jx (current package)
enc.go#L10: indent int // count of spaces for single indentation level
enc.go#L40: e.indent = n
enc.go#L118: if e.indent > 0 {
enc.go#L204: if e.indent == 0 {
enc.go#L208: for i := 0; i < len(e.first)*e.indent && !fail; i++ {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |